.texte { font-size: 15px; 
 text-align: center;
padding :  5px;
margin-bottom :10px;

}
body {
	background-color : #FFA595	
}
.cadre { font-size: 20px;
  font-weight:bold;
padding :  5px;
text-align: center;
border: 2px solid black;
border-radius :  10px;
margin-bottom :10px;
background-color: #D8BFD8;
}

.image_centree{9
  width : 50%;
  height : 100%;
  border: 1px #23282d solid; 
  text-align: center;
   margin-left: auto;
   margin-right: auto;
   } 
a:hover {
color: blue;
}

a:visited {
color: purple;
}

a:focus {
color: red;
  background: gray;
}

.cadre2 { font-size: 20px;
  font-weight:bold;
padding :  5px;
text-align: left;
border: 2px solid black;
border-radius :  10px;
margin-bottom :10px;
background-color: #D8BFD8;
}
.image_centree2{
  width : 50%;
  height : 100%;
  border: 1px #23282d solid; 
  text-align: right;
   margin-left: auto;
   margin-right: auto;